home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1999 April / MAC100-1999-04.ISO.7z / MAC100-1999-04.ISO / オンラインソフト定点観測 / Utility / PowerCalc 3.0.sit / PowerCalc / PowerCalc.rsrc / STR#_135.txt < prev    next >
Text File  |  1999-01-17  |  587b  |  25 lines

  1. Greater Than Or Equal To
  2.  
  3. Returns true (1) if the first value is greater than or equal to the second, false (0) if not.
  4.  
  5. Less Than Or Equal To
  6.  
  7. Returns true (1) if the first value is less than or equal to the second, false (0) if not.
  8.  
  9. Greater Than
  10.  
  11. Returns true (1) if the first value is greater than the second, false (0) if not.
  12.  
  13. Less Than
  14.  
  15. Returns true (1) if the first value is less than the second, false (0) if not.
  16.  
  17. Not Equal
  18.  
  19. Returns true (1) if the two values are not equal, false (0) if they are equal.
  20.  
  21. Equal
  22.  
  23. Returns true (1) if the two values are equal, false (0) if not.
  24.  
  25.